java.lang.Objectorg.nlogo.agent.Gamma
public final class Gamma
| Method Summary | |
|---|---|
static double |
nextDouble(Random randomGenerator,
double alpha,
double lambda)
Returns a random number from the distribution; bypasses the internal state. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static double nextDouble(Random randomGenerator,
double alpha,
double lambda)